home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16293 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.1 KB  |  45 lines

  1. Newsgroups: comp.lang.c++,rec.games.programmer,alt.msdos.programmer,comp.programming
  2. Path: ntcs-ip4.uchicago.edu!user
  3. From: j-jahnke@uchicago.edu (Jerome Jahnke)
  4. Subject: Re: Young programmers read me.
  5. X-Nntp-Posting-Host: ntcs-ip4.uchicago.edu
  6. Message-ID: <j-jahnke-1004960343060001@ntcs-ip4.uchicago.edu>
  7. Sender: news@midway.uchicago.edu (News Administrator)
  8. Organization: BSD Academic Computing
  9. X-Newsreader: Yet Another NewsWatcher 2.2.0b4
  10. References: <4icpp9$7hr@barad-dur.nas.com> <4imqe4$cj3@ping1.ping.be> <1996Mar23.224853.116513@kuhub.cc.ukans.edu> <4j52hn$ikb@news.ios.com> <Pine.OSF.3.91.960403112207.17337H-100000@bud.cc.swin.edu.au> <aidan-0404961557290001@meathook.intac.com> <3165AD94.6F3A@datalytics.com> <j-jahnke-0604960016160001@ntcs-ip8.uchicago.edu> <4kc2qa$6os@ni1.ni.net>
  11. Date: Wed, 10 Apr 1996 08:43:06 GMT
  12.  
  13. In article <4kc2qa$6os@ni1.ni.net>, andyc@procom.com (Andy Ho-Fan Chan) wrote:
  14.  
  15. > In article <j-jahnke-0604960016160001@ntcs-ip8.uchicago.edu>,
  16. j-jahnke@uchicago.edu (Jerome Jahnke) wrote:
  17. > >And if you think about it, it is a lot easier to find a BEGIN and END in a
  18. > >chunk of code than a { and }. They are just bigger and easier to spot.
  19. > >Which is why many code editors color the code so you can find things like
  20. > >braces and what nots.
  21. > Well, I like the '{' and '}' so much since it needs least typing.  Also, it 
  22. > can fasten the compile time too.
  23.  
  24. When I am programming I too like the braces, makes life easier when it is
  25. only one keystroke. Although it is a shifted keystroke. But anyway, as to
  26. it speeding up your compile times, what kind of drug are you on? I used to
  27. work with a jarhead that thought that the shorter he could make variable
  28. and argument names the faster he could compile. It made reading his code
  29. hell as you might imagine, all his var names and arguments were a single
  30. character.
  31.  
  32. To be honest the machines are fast enough now that you won't EVER notice
  33. the difference between using braces and BEGIN END's. If you do, you are
  34. way too geeky. Technically it is 4 times as fast, but we are talking about
  35. miliseconds here. Sheesh.
  36.  
  37. Jer,
  38.  
  39. -- 
  40. Jerome Jahnke
  41. BSD Academic Computing
  42. University of Chicago
  43. j-jahnke@uchicago.edu
  44.